Package com.cisco.pt.ipc.system.impl
Class PoolImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.PoolImpl
- Direct Known Subclasses:
IPPoolImpl,NumberPoolImpl,StringPoolImpl
Information provided by the PKI file:
\class Pool
\brief Pool is the base class for all variable pools for activities.
\example appWindow().getActiveFile().getVariableManager().getIpPoolAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionPoolImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
PoolImpl
public PoolImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
name
Information provided by the PKI file:
\brief Returns the name of the pool. \return QString, the name of the pool. -
getElementToString
Information provided by the PKI file:
\brief Returns the element in the pool at the specified index. \param index, the index of the element in the pool of interest. \return QString, the element in the pool at the specified index.- Specified by:
getElementToStringin interfacePool- Parameters:
index- Takes in a parameter of index- Returns:
- String Returns a String
-
isInPool
Information provided by the PKI file:
\brief Returns true if the specified value is in the pool, otherwise false. \param value, value to find in the pool. \return bool, true if the specified value is in the pool, otherwise false.
-